home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / esc / WFileSystemView$WindowsFloppy.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  560 b   |  18 lines

  1. package com.extensibility.esc;
  2.  
  3. import java.io.File;
  4.  
  5. class WFileSystemView$WindowsFloppy extends File {
  6.    // $FF: synthetic field
  7.    final WFileSystemView this$0;
  8.  
  9.    public WFileSystemView$WindowsFloppy(WFileSystemView var1) {
  10.       super("A:\\");
  11.       this.this$0 = var1;
  12.    }
  13.  
  14.    public boolean isDirectory() {
  15.       return true;
  16.    }
  17. }
  18.